home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 5 / CD-ROM Today - The Disc (Issue 5)(November 1994).ISO / mac / DHA demo / Don Norman Folder / Don Norman demo / Don Norman demo.rsrc / CSTR_5821_showFoundHiddenFieldsCSTR < prev    next >
Text File  |  1994-09-21  |  847b  |  32 lines

  1. global gAnnotationChars
  2. if number of words in w = 8 then
  3. get char 1 of word 6 of w
  4. put word 8 of w into n
  5. if it="c" then
  6. if short name of cd fld n is in gAnnotationChars then
  7. if not(visible of cd fld n) then
  8. show cd fld n
  9. end if
  10. else
  11. if there is a fld "linkdata" then
  12. put offset("■"&short name of cd fld n&"■", fld "linkdata") into tof
  13. if tof > 0 then
  14. put the itemdelimiter into id
  15. set the itemdelimiter to "ª"
  16. put the number of items in char 1 to tof of fld "linkdata" into ni
  17. put item ni of fld "linkdata" into thedata
  18. set the itemdelimiter to "■"
  19. put item 1 to 2 of thedata into p1
  20. put item 3 to 99 of thedata into p2
  21. put item 2 of p2 into tname
  22. set the itemdelimiter to id
  23. doAnnotation p2, p1
  24. if there is a window tname then
  25. get word 2 of w&","&word 4 of w
  26. set the textselection of window tname to it
  27. end if
  28. end if
  29. end if
  30. end if
  31. end if
  32. end if